*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5em;
}


body{
    min-height: 100vh;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    display: grid;
    grid-template-rows: auto 1 fr auto;
    justify-content: center;
    color:#20103d;

}	
.fondooscuro{
    background-color: #20103d;
    color: #ffffff;
}
.fondooscuro .logo{
    position: absolute;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-left: 3em;
  margin-top: 1em;
  font-size: 1em;
}
.fondooscuro h2{
  margin-top: 1em;
  color:#ffffff;
  font-size: 3em;
}
.fondooscuro h2,p{
  color:#ffffff;
  text-align: center;
}
.fondooscuro .votacion figcaption{
  position: absolute;
  top: 89em;
  left: 16.5em;
}

.contenido{
  display:grid;
  gap: 1em;
  grid-template-columns: min(600px,100%);
  justify-content: center;
}
h1, h2, h3{
  text-align: center;
  color:#20103d;
}
h1{
    font-size: 2.5em;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 3em;
}

.logo{
  position: absolute;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-left: 3em;
  margin-top: 5em;
}
.logo figure{
 width: 50%;
 overflow: hidden;
 object-position: center;
}
.logo figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
span{
  font-weight: 700;
}
.votacion figure{
  widht: 10%;
 overflow: hidden;
 object-position: center;
 margin-top:1.2em;
}
.votacion figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.votacion figcaption{
  position: absolute;
  top: 40em;
  left: 20em;
}
.votacion h2 a{
  color:#20103d;
  text-decoration: none;
}
header{
    background-color: #6355ff;
    padding: 1em;
    color: #ffffff;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
header ul{
  display: flex;
    gap: 2.5em;
    list-style: none;
}
header a{
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  list-style: none;
  display: grid; 
    place-items: center;
}
section{
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}
article h2{
  font-weight: 900;
  color: #20103d;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top:1em;
}
#cuentaregresiva{
  color: #6355ff;
  font-size: 1.8em;
  display:block;
  line-height: 1em;

}
#fondo{
  object-fit: fill;
}
section figure{
  width: 100%;
  overflow: hidden;
}
section figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div{
  background-color: #6355ff;
  padding: 3em;
  color: #ffffff;
  text-wrap: pretty;
  display: flex;
  justify-content: center;

}
div span{
  font-weight: 700;
}
div #vermas{
  color:#3a0d75;
}
div li{
  list-style: none;
}
.filadeimagenes{
 display:grid;
 gap: 1em;
 grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}
.filadeimagenes .imagenesvotacion{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
.imagenesvotacion img{
  width: 60%;
  height: auto;
  object-fit: cover;
}
.imagenesvotacion h4{
 font-weight: 700;
 font-size: 1.2em;
 text-align: center;
 color:#ffffff;
}
#botonlisto{
  position: absolute;
  top:109.5em;
  left: 16.5em;
}
.imagenesvotacion h3{
 font-weight: 700;
 font-size: 2em;
 text-align: center;
 color:#ffffff;
}
.imagenesvotacion p{
 font-size: 1em;
 text-align: center;
 color:#ffffff;
}
#botonvolverainicio{
  position: absolute;
  top:34.5em;
  left:19em;
  font-size: .8em;
}
#botonvolverainicio span{
  display:block;
}
section video{
  width: 80%;
  height: auto;
  object-fit: cover;
  display:block;
  margin-top: 1em;
  margin-inline: 5em;
}
#inicio{
  position:fixed;
  bottom: 2em;
  z-index: 1;
  left:50%;
  width: 20%;
  overflow:hidden;
}
#inicio img{
  width: 40%;
  object-fit: cover;
}
.opiniones{
  background-color: #20103d;
  color: #ffffff;
  padding: .5em;
  align-items: center;
  margin: 1em;
}
footer{
  background-color: #20103d;
  padding: 2em;
  color: #ffffff;
  font-size: .5em;
}